home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / pcboard / home20dm.zip / HELP.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-09-19  |  2KB  |  83 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.3O (Encryption type II) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     AnsiPos 1, 22
  23.     SaveScrn
  24.     Cls
  25.     PrintLn "@X0E                                HOMEWORK v2.0"
  26.     Newline
  27.     PrintLn "@X0AHomework is a program that allows students to get their homework by calling a"
  28.     PrintLn "@X0ABBS that operates on PCBoard software."
  29.     Newline
  30.     PrintLn "@X0AThe main menu is a list of teachers.  You can move up and down by pressing the"
  31.     PrintLn "@X0E @X0Aor @X0EU @X0Akey to move up and the @X0E @X0Aor @X0ED @X0Akey to move down."
  32.     Newline
  33.     PrintLn "@X0AWhen you reach the teacher you want homework for press @X0EENTER @X0Aand it will be"
  34.     PrintLn "@X0Adisplayed."
  35.     Newline
  36.     PrintLn "@X0AIf your teacher is not the first 15 you can press @X0EM @X0Ato see the next 15 or @X0EP"
  37.     PrintLn "@X0Ato see the previous 15."
  38.     Newline
  39.     PrintLn "@X0AHit the @X0EQ @X0Akey to exit the program and return to the BBS main menu."
  40.     Newline
  41.     PrintLn "@X0AIf you have any comments, questions, or suggestions"
  42.     PrintLn "@X0Ayou can e-mail me at:  @X0Ejohn.gonski@compudata.com"
  43.     PrintLn "@X0Aor send a message to:  @X0E1609 Holly Parkway,"
  44.     PrintLn "                       Williamstown NJ 08094-2048"
  45.     Newline
  46.     Wait
  47.     RestScrn
  48.  
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ; Usage report (before postprocessing)
  52. ;
  53. ; ■ Statements used :
  54. ;
  55. ;    1       Cls
  56. ;    1       Wait
  57. ;    14      PrintLn 
  58. ;    7       Newline
  59. ;    1       AnsiPos 
  60. ;    1       SaveScrn
  61. ;    1       RestScrn
  62. ;
  63. ;
  64. ; ■ Functions used :
  65. ;
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;
  69. ; Analysis flags : No flag
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ; Postprocessing report
  74. ;
  75. ;    0       For/Next
  76. ;    0       While/EndWhile
  77. ;    0       If/Then or If/Then/Else
  78. ;    0       Select Case
  79. ;
  80. ;------------------------------------------------------------------------------
  81. ;                 AEGiS Corp - Break the routines, code against the machines!
  82. ;------------------------------------------------------------------------------
  83.